SG Window Window Object
LockWindowUpdate Method

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Enables or disables drawing in the specified window.

Syntax

object.LockWindowUpdate(lock As Boolean)

Part Description
object The object is expression that evaluates to Window object
lock Required. Specifies whether window drawing should be disabled (True) or enabled (False).
Remarks

Only one window can be locked at a time.